Click or drag to resize

BandwidthCollectionAdd Method (String, Int32)

Adds a Bandwidth specified with the type and value to the collection.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Add(
	string type,
	int value
)

Parameters

type
Type: SystemString
The type of the Bandwidth.
value
Type: SystemInt32
The value of the Bandwidth.
See Also